Class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonContract
Inheritance
System.Object
<af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonContract
Assembly: IronWord.dll
Syntax
public abstract class <af9ee0c5-a8cb-435a-8fc7-7f3f1c1a3657>JsonContract : Object
Properties
Converter
Declaration
public < af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > JsonConverter Converter { get; set; }
Property Value
CreatedType
Declaration
public Type CreatedType { get; set; }
Property Value
Type |
Description |
System.Type |
|
DefaultCreator
Declaration
public Func<object> DefaultCreator { get; set; }
Property Value
Type |
Description |
System.Func<System.Object> |
|
DefaultCreatorNonPublic
Declaration
public bool DefaultCreatorNonPublic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InternalConverter
Declaration
public < af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > JsonConverter InternalConverter { get; }
Property Value
IsReference
Declaration
public Nullable<bool> IsReference { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
OnDeserializedCallbacks
Declaration
public IList << af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > SerializationCallback >OnDeserializedCallbacks { get; }
Property Value
OnDeserializingCallbacks
Declaration
public IList << af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > SerializationCallback >OnDeserializingCallbacks { get; }
Property Value
OnErrorCallbacks
Declaration
public IList << af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > SerializationErrorCallback >OnErrorCallbacks { get; }
Property Value
OnSerializedCallbacks
Declaration
public IList << af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > SerializationCallback >OnSerializedCallbacks { get; }
Property Value
OnSerializingCallbacks
Declaration
public IList << af9ee0c5 - a8cb - 435 a - 8f c7 - 7f 3f 1 c1a3657 > SerializationCallback >OnSerializingCallbacks { get; }
Property Value
UnderlyingType
Declaration
public Type UnderlyingType { get; }
Property Value
Type |
Description |
System.Type |
|